home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir26 / epi601_3.zip / DISK12.BAT < prev    next >
DOS Batch File  |  1994-08-22  |  650b  |  24 lines

  1. : 666624 676864 698368 745472 827392 
  2. :epi6    subdirectory for these files
  3. if not exist %1\command.com goto continue
  4. echo off
  5. echo  
  6. echo  If you need to switch disks in drive %1, please do so now.
  7. echo  
  8. pause
  9. echo on
  10. :continue
  11. files12 -e -yc  %1\
  12. if exist %4:epiglue.exe del %4:epiglue.exe
  13. if exist %4:..\epi6\epi6.exe goto copyepi6
  14. echo off
  15. echo  
  16. echo  Cannot find %4:..\EPI6\EPI6.EXE which is required to use the EPIGLUE program.
  17. echo  You will need to place a copy of EPI6.EXE in the %4:EPI6 subdirectory
  18. echo  and copy it to EPIGLUE.EXE.
  19. echo  
  20. pause
  21. goto end
  22. :copyepi6
  23. copy %4:..\epi6\epi6.exe %4:epiglue.exe
  24. :end